/* http://meyerweb.com/eric/tools/css/reset/ 2. v2.0 | 20110126
  License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-image: url(./image/dwyl.jpg);
  background-size: 74%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: gray;
}

h1 {
  color: white;
  text-align: center;
  font-size: x-large;
  font-weight: bolder;
  margin-top: 15px;
  margin-bottom: 40px;
}

.container {
  max-width: 65%;
  height: 700px;
  border: 1px;
  margin: 0 auto;
  padding: 5px;
}
.box-hp {
  width: 310px;
  height: 200px;
  border: 1px;
  display: inline-block;
  border-radius: 12px;
  margin-left: 70px;
}

.box1 {
  background-color: rgba(249, 64, 70, 0.967);
}

.box2 {
  background-image: linear-gradient(90deg, rgb(83, 49, 49), red);
}

.box3 {
  background-image: radial-gradient(circle at 50%, rgb(83, 49, 49), red);
}

.coloum {
  width: 950px;
  height: 400px;
  border: 1px;
  border-radius: 12px;
  margin: 30px auto;
  color: white;
  text-align: center;
  background-image: url(./image/cat.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

p {
  color: black;
  text-align: center;
  padding-top: 100px;
  font-weight: bold;
  font-size: 20px;
}
